File License.htm
Purpose Explaining the license of the sourcecode.
For DemoGL Developers, users of the sourcecode.
Last changed 02-jun-2001
Last changed by Frans Bouma ([FB])


1. Preface.

All sourcecode in this sourcecode package is released using the license below. Every sourcefile in this package contains this license. Read it carefully before you modify the sourcecode and/or add your code to the sourcecode. It's very important you understand the license and what it means to you, the sourcecode and your work on the sourcecode. The license is a way to tell users of the sourcecode what the limits are when they decide to use the licensed work. By law the sourcecode is copyrighted and the copyright is held by the creator of the work or the copyright holder where the work is based on. You can't change that by applying a license nor changing a license, like this license. The license below helps you in defining the areas wherein you are able to use/modify/re-distribute (parts of) the sourcecode in this package.

It is recommended that when you modify the sourcecode or add additional code of your own and you want to distribute the resulting sourcecode package, you include this license and any additional license that is used by your own code.

As a last note: the license restrictions seem small and full of holes. However, do not forget that there is one thing that is much more important and it's been taken care of by Copyright Law: the copyright. You cannot claim you wrote this code nor claim you own the copyright. Therefor this can't be changed and it's omitted from the license.

DemoGL uses ZLib, LibJpeg, BASS and some small classes from 3rd parties. Each of these elements have different licenses. They are all free, except BASS, which is not free for noncommercial applications. This license will not grant you another license for these 3rd party elements. Their licenses are still valid for them. Keep that in mind when you start using the software provided.


2. License.

Start of license

	COPYRIGHTS:
	Copyright (c)1999-2001 Solutions Design. All rights reserved.
	Central DemoGL Website: www.demogl.com.

	Released under the following license: (BSD)
	-------------------------------------------
	Redistribution and use in source and binary forms, with or without modification, 
	are permitted provided that the following conditions are met: 

	1) Redistributions of source code must retain the above copyright notice, this list of 
	   conditions and the following disclaimer. 
	2) Redistributions in binary form must reproduce the above copyright notice, this list of 
  	   conditions and the following disclaimer in the documentation and/or other materials 
	   provided with the distribution. 

	THIS SOFTWARE IS PROVIDED BY SOLUTIONS DESIGN ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 
	INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
	PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOLUTIONS DESIGN OR CONTRIBUTORS BE LIABLE FOR 
	ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
	BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 
	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 
	USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 

	The views and conclusions contained in the software and documentation are those of the authors 
	and should not be interpreted as representing official policies, either expressed or implied, 
	of Solutions Design. 
End of license